home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Prg / IMAGELIB.ZIP / MIMAGE.ZIP / USIMPLE.DFM / USIMPLE.txt
Text File  |  1995-06-11  |  773b  |  41 lines

  1. object Form1: TForm1
  2.   Left = 82
  3.   Top = 81
  4.   Width = 441
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object MultiImage1: TMultiImage
  14.     Left = 0
  15.     Top = 0
  16.     Width = 382
  17.     Height = 273
  18.     JPegDither = 0
  19.     JPegResolution = 8
  20.     JPegSaveQuality = 25
  21.     JPegSaveSmooth = 0
  22.     ImageName = 'file not found'
  23.   end
  24.   object Button1: TButton
  25.     Left = 384
  26.     Top = 0
  27.     Width = 49
  28.     Height = 273
  29.     Caption = '&open'
  30.     TabOrder = 0
  31.     OnClick = Button1Click
  32.   end
  33.   object OpenDialog1: TOpenDialog
  34.     Filter = 
  35.       'jpeg|*.jpg|gif|*.gif|pcx|*.pcx|bitmap|*.bmp|icon|*.ico|metafile|' +
  36.       '*.wmf'
  37.     Left = 376
  38.     Top = 8
  39.   end
  40. end
  41.